ComponentOne Xamarin.iOS
CanSort Method (C1CursorCollectionView<T,K>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CursorCollectionView<T,K> Class : CanSort Method
The sort descriptions to be checked whether the collection view can be sorted.
Returns whether the collection view is able to sort the specified sortDescriptions.
Syntax
'Declaration
 
Public Overridable Function CanSort( _
   ByVal ParamArray sortDescriptions() As SortDescription _
) As Boolean
'Usage
 
Dim instance As C1CursorCollectionView(Of T,K)
Dim sortDescriptions() As SortDescription
Dim value As Boolean
 
value = instance.CanSort(sortDescriptions)
public virtual bool CanSort( 
   params SortDescription[] sortDescriptions
)

Parameters

sortDescriptions
The sort descriptions to be checked whether the collection view can be sorted.
See Also

Reference

C1CursorCollectionView<T,K> Class
C1CursorCollectionView<T,K> Members